home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / thor / BounceSpam.readme < prev    next >
Text File  |  1997-05-03  |  5KB  |  131 lines

  1. Short:    Add addrs to GetMail config via Thor v1.3
  2. Author:   roy@ebrown.demon.co.uk (Roy E Brown)
  3. Uploader: Author
  4. Version:  1.3
  5. Type:     comm/thor
  6. Requires: GetMail by Philip Stokes
  7.  
  8. BounceSpam © 1997 Roy E Brown
  9.  
  10. GetMail is © 1996-97 Philip Stokes
  11.  
  12. This script will add the current message 'from address' to either the 'Kill
  13. Addresses' or the 'Allowed Addresses' section of GetMail's configuration file.
  14.  
  15. The 'Kill' option is useful for automatically adding spammers to your kill list,
  16. as any mail from these addresses is automatically bounced back to the sender
  17. without being downloaded to your system.
  18.  
  19. The 'Allowed' option allows GetMail to receive EMail from the specified
  20. addresses without asking the user for confirmation first. This option is
  21. configurable within GetMail - you should read the GetMail documentation
  22. carefully. You should manually delete the word 'any' from this section if you
  23. add new addresses.
  24.  
  25. The script assumes that you have the following 3 lines at the end of your
  26. existing 'Kill Addresses';
  27.  
  28.    <Blank Line>
  29.    #  ===============================================================
  30.    #  Allowed Addresses
  31.  
  32. ... and these 2 lines at the end of the file:
  33.  
  34.    <Blank Line>
  35.    # EOF
  36.  
  37. If you haven't touched these lines at all, then the script should work OK.
  38.  
  39. This script will work from within any conference in Thor.
  40.  
  41. Any suggestions or comments, please email me.
  42.  
  43. History
  44.  
  45. V1.3      Removed the EMail conference only limitation. You can now add an
  46. (18.3.97) address from any conference in Thor. Thanks to Paul Gooch for the
  47.           suggestion.
  48.  
  49. V1.2      Added a new variable, UULibPath, with is the full file pathname to
  50. (23.2.97) SMTP.conf. This has changed because the assignment to UULIB: may not
  51.           be available when the user is reading mail off-line. Thanks to Chris
  52.           Malin for the suggestion.
  53.  
  54. V1.1      Added support for adding 'Allowed Addresses'
  55. (16.2.97)
  56.  
  57. V1.0      Private release
  58. (15.2.97)
  59.  
  60.                          GetMail version 2.0
  61.                       =========================
  62.  
  63. GetMail is an ARexx SMTP Daemon for AmiTCP and Miami. It is called by
  64. inetd whenever it receives an incoming call to port 25.
  65.  
  66. GetMail handles all of the dialogue between your machine and the server.
  67. Incoming mail is passed to a temporary file in T: which is then passed
  68. to rmail for local delivery. GetMail does not acknowledge receipt of the
  69. mail item to the server until rmail has successfully delivered the mail
  70. to the destination mailbox. Additionally, the temporary file will not be
  71. deleted unless rmail reports a successful local delivery of the file. If
  72. an error condition occurs, GetMail will send an appropriate response to
  73. the server and shut down its connection.
  74.  
  75. All mail transactions are logged to a file. The filename is determined
  76. by GetMail but the path to the logfile can be set in the config file
  77. UULib:SMTP.conf. The default is T:
  78.  
  79. Basic rejection of unwanted mail is enabled and works on the sender's
  80. address. There must be an entry in UULib:SMTP.conf for each person whose
  81. mail you wish to reject, consisting of their email address or a string
  82. to match against that address. For example, mail from fred@foo.bar.com
  83. would be killed by the entries:
  84.  
  85.       fred@foo.bar.com
  86.       foo.bar.com
  87.       bar.com
  88.  
  89. The first entry will only kill mail from fred@foo.bar.com, whereas the
  90. second will kill all mail sent from the machine foo.bar.com and the
  91. third will kill all mail from anyone on any machines in the domain
  92. bar.com.
  93.  
  94. Mail from anyone included in that list is bounced back to them by the
  95. server for the reason "Access denied" and never actually downloaded to
  96. your machine.
  97.  
  98. Another new feature for version 2 is the ability to actively accept or
  99. bounce any item of mail at the time of delivery, unless the mail item
  100. matches an entry in the kill list (see above) or a list of allowed
  101. addresses. This is a list similar in format to the kill list, which
  102. allows you to define addresses or strings to match against addresses
  103. from which mail will be automatically and silently accepted. You can
  104. include in this list the addresses of mailing lists and people from whom
  105. you regularly receive mail, and which you don't want to be asked whether
  106. you wish to accept or bounce the mail every time an item is delivered.
  107. Any mail from a sender not matched in either the kill list or allowed
  108. list triggers a requester allowing you the option to either accept or
  109. bounce the mail item without downloading it to your machine. As with the
  110. user list, an entry "ALL" in the allowed address list will disable the
  111. requester and cause all mail not matched to the kill list to be silently
  112. accepted.
  113.  
  114.                    ===============================
  115.  
  116. GetMail V2.05 is available from http://www.stokes.demon.co.uk/
  117.  
  118. Any problems with GetMail, email Phil <phil@stokes.demon.co.uk>
  119.  
  120.                    ===============================
  121.  
  122.  
  123. ============================= Archive contents =============================
  124.  
  125. Original  Packed Ratio    Date     Time    Name
  126. -------- ------- ----- --------- --------  -------------
  127.     4877    2053 57.9% 18-Mar-97 17:46:44  BounceSpam.readme
  128.     4781    1907 60.1% 18-Mar-97 16:59:24  BounceSpam.thor
  129. -------- ------- ----- --------- --------
  130.     9658    3960 58.9% 19-Mar-97 01:57:20   2 files
  131.